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 | 航?こ?辛? | 100011010111000100111111100000101011000100111111100100000110100000111111 | 8d713f82b13f90683f |
EUC-JP | 航?こ?辛? | 101110011101001000111111101001001011001100111111101111111100100100111111 | b9d23fa4b33fbfc93f |
UTF-8 | 航었こ렔辛렟 | 111010001000100010101010111011001001011110001000111000111000000110010011111010111010000010010100111010001011111010011011111010111010000010011111 | e888aaec9788e38193eba094e8be9beba09f |
UHC | 航었こ렔辛렟 | 111110011111111010111110111110101010101010110011100011101010100111100011111101001000111010110000 | f9febefaaab38ea9e3f48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)