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 | 穗??言 | 111000100110111000111111001111111000110010111110 | e26e3f3f8cbe |
EUC-JP | 穗??言 | 111000111100111100111111001111111011100011000000 | e3cf3f3fb8c0 |
UTF-8 | 穗됭둇言 | 111001111010100110010111111010111001000010101101111010111001000110000111111010001010100010000000 | e7a997eb90adeb9187e8a880 |
UHC | 穗됭둇言 | 1110001010110100100010011110100010001010010000111110010111101011 | e2b489e88a43e5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)