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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絲ョ森襞 | 1110001101001110100000111000011110010000010110001110010111111100 | e34e83879058e5fc |
EUC-JP | 絲ョ森襞 | 1110010110101111101001011110011110111111101110011110101011111110 | e5afa5e7bfb9eafe |
UTF-8 | 絲ョ森襞 | 111001111011010110110010111000111000001110100111111001101010001110101110111010001010010110011110 | e7b5b2e383a7e6a3aee8a59e |
UHC | 絲ョ森? | 11011110111010101010101111100111110111111011010100111111 | deeaabe7dfb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)