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 | 渟?┏漬 | 10011111110110010011111110000100101011001001001011010000 | 9fd93f84ac92d0 |
EUC-JP | 渟?┏漬 | 11011110110110110011111110101000101011101100010011010010 | dedb3fa8aec4d2 |
UTF-8 | 渟뜹┏漬 | 111001101011100010011111111010111001110010111001111000101001010010001111111001101011110010101100 | e6b89feb9cb9e2948fe6bcac |
UHC | 渟뜹┏漬 | 1110111111100101101101101110010110100110101011101111001010110000 | efe5b6e5a6aef2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)