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 | 趾呎i褻 | 1110011011100100100110011110011010000010100010011110010111110110 | e6e499e68289e5f6 |
EUC-JP | 趾呎i褻 | 1110110011100110110100101110100010100011111010011110101011111000 | ece6d2e8a3e9eaf8 |
UTF-8 | 趾呎i褻 | 111010001011011010111110111001011001000110001110111011111011110110001001111010001010010010111011 | e8b6bee5918eefbd89e8a4bb |
UHC | 趾?i褻 | 11110010101111110011111110100011111010011110000011100001 | f2bf3fa3e9e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)