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 | ???與?? | 00111111001111110011111111100100011011110011111100111111 | 3f3f3fe46f3f3f |
EUC-JP | ???與?? | 00111111001111110011111111100111110100000011111100111111 | 3f3f3fe7d03f3f |
UTF-8 | 囹덉변與잛뮋 | 111011111010011010101001111010111000110110001001111010111011001110000000111010001000100010000111111011001001111010011011111010111010111010001011 | efa6a9eb8d89ebb380e88887ec9e9bebae8b |
UHC | 囹덉변與잛뮋 | 111001111010101010001000111011001011101010101111111001101010100010011111111011001001001010011001 | e7aa88ecbaafe6a89fec9299 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)