To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闇λ?唯?? | 100010001100010110000011110010010011111110010111010000100011111100111111 | 88c583c93f97423f3f |
EUC-JP | 闇λ?唯?? | 101100001100011110100110110010110011111111001101101000110011111100111111 | b0c7a6cb3fcda33f3f |
UTF-8 | 闇λㅊ唯녶슫 | 1110100110010111100001111100111010111011111000111000010110001010111001011001010010101111111010111000010110110110111011001000101010101011 | e99787cebbe3858ae594afeb85b6ec8aab |
UHC | 闇λㅊ唯녶슫 | 111001001110000110100101111010111010010010111010111010101110011010000110111001011001101010110100 | e4e1a5eba4baeae686e59ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)