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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??悠?? | 1110101001011111001111110011111110010111010010010011111100111111 | ea5f3f3f97493f3f |
EUC-JP | 鸚??悠?? | 1111001111000000001111110011111111001101101010100011111100111111 | f3c03f3fcdaa3f3f |
UTF-8 | 鸚뽮퇍悠끻땔 | 111010011011100010011010111010111011110110101110111011011000011110001101111001101000001010100000111010111000000110111011111010111001010110010100 | e9b89aebbdaeed878de682a0eb81bbeb9594 |
UHC | 鸚뽮퇍悠끻땔 | 111001011010010010010110111010101011011110011110111010101110110110000101111001011011011010101010 | e5a496eab79eeaed85e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)