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 | ?藪? | 00111111111001010100110100111111 | 3fe54d3f |
EUC-JP | ?藪? | 00111111111010011010111000111111 | 3fe9ae3f |
UTF-8 | 쏰藪쉕 | 111011001000111110110000111010001001011110101010111011001000100110010101 | ec8fb0e897aaec8995 |
UHC | 쏰藪쉕 | 100111000100111111100010101111111001101001101100 | 9c4fe2bf9a6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)