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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?諄? | 00111111111001100111100000111111 | 3fe6783f |
EUC-JP | ?諄? | 00111111111010111101100100111111 | 3febd93f |
UTF-8 | 롒諄說 | 111010111010000110010010111010001010101110000100111011111010011010100001 | eba192e8ab84efa6a1 |
UHC | 롒諄說 | 100011101101011111100010111101001110011011110010 | 8ed7e2f4e6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)