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 | 驛??甸?? | 1110100110000011001111110011111110011001101100100011111100111111 | e9833f3f99b23f3f |
EUC-JP | 驛??甸?? | 1111000111100011001111110011111111010010101101000011111100111111 | f1e33f3fd2b43f3f |
UTF-8 | 驛덌풕甸⑼슉 | 111010011010100110011011111010111000110110001100111011011001001010010101111001111001010010111000111000101001000110111100111011001000101010001001 | e9a99beb8d8ced9295e794b8e291bcec8a89 |
UHC | 驛덌풕甸⑼슉 | 111001101011111010001000111011111011111010011000111011111010010010101001111011111011110110110101 | e6be88efbe98efa4a9efbdb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)