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 | 渟?批渟 | 10011111110110010011111110010100111000011001111111011001 | 9fd93f94e19fd9 |
EUC-JP | 渟?批渟 | 11011110110110110011111111001000111000111101111011011011 | dedb3fc8e3dedb |
UTF-8 | 渟띤批渟 | 111001101011100010011111111010111001110110100100111001101000100110111001111001101011100010011111 | e6b89feb9da4e689b9e6b89f |
UHC | 渟띤批渟 | 1110111111100101101101101110110111011101111010111110111111100101 | efe5b6edddebefe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)