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 | 竺裙耳 | 1111000011000000100011101011000111100101111000111000111010101000 | f0c08eb1e5e38ea8 |
EUC-JP | ?竺裙耳 | 00111111101111001011001111101010111001011011110010101010 | 3fbcb3eae5bcaa |
UTF-8 | 竺裙耳 | 111011101000000110111111111001111010101110111010111010001010001110011001111010001000000010110011 | ee81bfe7abbae8a399e880b3 |
UHC | ?竺裙耳 | 00111111111101011110011111001111110110011110110010111100 | 3ff5e7cfd9ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)