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 | «À¡Üû^c^ | 100011111010101111000000101000011101110011111011010111100110001101011110 | 8fabc0a1dcfb5e635e |
SJIS-WIN | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
EUC-JP | ??À¡Üû^c^ | 0011111100111111100011111010101010100010100011111010001011000010100011111010101011100100100011111010101111100101010111100110001101011110 | 3f3f8faaa28fa2c28faae48fabe55e635e |
UTF-8 | «À¡Üû^c^ | 110000101000111111000010101010111100001110000000110000101010000111000011100111001100001110111011010111100110001101011110 | c28fc2abc380c2a1c39cc3bb5e635e |
UHC | ???¡??^c^ | 00111111001111110011111110100010101011100011111100111111010111100110001101011110 | 3f3f3fa2ae3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)