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 | ??鼎淺 | 001111110011111110010011010000111001111111000111 | 3f3f93439fc7 |
EUC-JP | ??鼎淺 | 001111110011111111000101101001001101111011001001 | 3f3fc5a4dec9 |
UTF-8 | 뤗초鼎淺 | 111010111010010010010111111011001011010010001000111010011011110010001110111001101011011110111010 | eba497ecb488e9bc8ee6b7ba |
UHC | 뤗초鼎淺 | 1000111111000111110000111100101011110000101000111111010010111100 | 8fc7c3caf0a3f4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)