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 | ?盤味? | 001111111001010011010101100101101010000100111111 | 3f94d596a13f |
EUC-JP | ?盤味? | 001111111100100011010111110011001010001100111111 | 3fc8d7cca33f |
UTF-8 | 藺盤味뤉 | 111011111010011110110000111001111001101110100100111001011001000110110011111010111010010010001001 | efa7b0e79ba4e591b3eba489 |
UHC | 藺盤味뤉 | 1110110011100001110110101110111111011010101010111000111110111001 | ece1daefdaab8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)