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 | 洩紆紆辰 | 1000100101101011111000101111110011100010111111001001001001000011 | 896be2fce2fc9243 |
EUC-JP | 洩紆紆辰 | 1011000111001100111001001111111011100100111111101100001110100100 | b1cce4fee4fec3a4 |
UTF-8 | 洩紆紆辰 | 111001101011010010101001111001111011010010000110111001111011010010000110111010001011111010110000 | e6b4a9e7b486e7b486e8beb0 |
UHC | 洩紆紆辰 | 1110000011011101111010011110000111101001111000011111001011100011 | e0dde9e1e9e1f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)