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 | 禧烱禪犂 | 1110001001010101111000000111011111100010010101111110000010110010 | e255e077e257e0b2 |
EUC-JP | 禧烱禪犂 | 1110001110110110110111111101100011100011101110001110000010110100 | e3b6dfd8e3b8e0b4 |
UTF-8 | 禧烱禪犂 | 111001111010011010100111111001111000001110110001111001111010011010101010111001111000101010000010 | e7a6a7e783b1e7a6aae78a82 |
UHC | 禧烱禪? | 11111101111110111100110011011110111000001100100100111111 | fdfbccdee0c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)