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 | ??縉? | 0011111100111111111000110111010100111111 | 3f3fe3753f |
EUC-JP | ??縉? | 0011111100111111111001011101011000111111 | 3f3fe5d63f |
UTF-8 | 읽짊縉읽 | 111011001001110110111101111011001010011110001010111001111011100010001001111011001001110110111101 | ec9dbdeca78ae7b889ec9dbd |
UHC | 읽짊縉읽 | 1100000011010000110000011111101111110010110110111100000011010000 | c0d0c1fbf2dbc0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)