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 | ???B??G | 00111111001111110011111101000010001111110011111101000111 | 3f3f3f423f3f47 |
SJIS-WIN | ???B??G | 00111111001111110011111101000010001111110011111101000111 | 3f3f3f423f3f47 |
EUC-JP | ???B??G | 00111111001111110011111101000010001111110011111101000111 | 3f3f3f423f3f47 |
UTF-8 | 혨횒혩B혨챈G | 1110110110011000101010001110110110011010100100101110110110011000101010010100001011101101100110001010100011101100101100011000100001000111 | ed98a8ed9a92ed98a942ed98a8ecb18847 |
UHC | 혨횒혩B혨챈G | 110000101001000011000011100011011100001010010001010000101100001010010000110000111010011001000111 | c290c38dc29142c290c3a647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)