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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 乗弡ホ乗弡ホB | 1000111111100110111110101011011111001110100011111110011011111010101101111100111001000010 | 8fe6fab7ce8fe6fab7ce42 |
EUC-JP | 乗弡ホ乗弡ホB | 101111101110100010001111101111001110010010001110110011101011111011101000100011111011110011100100100011101100111001000010 | bee88fbce48ecebee88fbce48ece42 |
UTF-8 | 乗弡ホ乗弡ホB | 11100100101110011001011111100101101111001010000111101111101111101000111011100100101110011001011111100101101111001010000111101111101111101000111001000010 | e4b997e5bca1efbe8ee4b997e5bca1efbe8e42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)