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 | 蝨ー繞セ | 111001011001110010110000111000111000010110111110 | e59cb0e385be |
EUC-JP | 蝨ー繞セ | 1110100111111100100011101011000011100101111001011000111010111110 | e9fc8eb0e5e58ebe |
UTF-8 | 蝨ー繞セ | 111010001001110110101000111011111011110110110000111001111011100110011110111011111011110110111110 | e89da8efbdb0e7b99eefbdbe |
UHC | 蝨?繞? | 111000111010010000111111111010011010010000111111 | e3a43fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)