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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?盤味?拜 | 0011111110010100110101011001011010100001001111111001110101100000 | 3f94d596a13f9d60 |
EUC-JP | ?盤味?拜 | 0011111111001000110101111100110010100011001111111101100111000001 | 3fc8d7cca33fd9c1 |
UTF-8 | 藺盤味뤊拜 | 111011111010011110110000111001111001101110100100111001011001000110110011111010111010010010001010111001101000101110011100 | efa7b0e79ba4e591b3eba48ae68b9c |
UHC | 藺盤味뤊拜 | 11101100111000011101101011101111110110101010101110001111101110101101101111001000 | ece1daefdaab8fbadbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)