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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 甑陌????B | 100011011001100111101000100110010011111100111111001111110011111101000010 | 8d99e8993f3f3f3f42 |
EUC-JP | 甑陌??洹?B | 1011100111111001111011111111100100111111001111111000111111000111101110100011111101000010 | b9f9eff93f3f8fc7ba3f42 |
UTF-8 | 甑陌렏렋洹렔B | 11100111100101001001000111101001100110011000110011101011101000001000111111101011101000001000101111100110101101001011100111101011101000001001010001000010 | e79491e9998ceba08feba08be6b4b9eba09442 |
UHC | 甑陌렏렋洹렔B | 11110001111101111101100011101000100011101010010110001110101000101110101010110111100011101010100101000010 | f1f7d8e88ea58ea2eab78ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)