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 | 蔭????? | 10001000111111000011111100111111001111110011111100111111 | 88fc3f3f3f3f3f |
EUC-JP | 蔭????? | 10110000111111100011111100111111001111110011111100111111 | b0fe3f3f3f3f3f |
UTF-8 | 蔭띾젿溜쎌꺏 | 111010001001010010101101111010111001110110111110111011001010000010111111111011111010011110001011111011001000111010001100111010101011101010001111 | e894adeb9dbeeca0bfefa78bec8e8ceaba8f |
UHC | 蔭띾젿溜쎌꺏 | 111010111110001110001101111010111010000010110001111010101111111010111101111011001000001110110101 | ebe38deba0b1eafebdec83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)