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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???蔭??? | 0011111100111111001111111000100011111100001111110011111100111111 | 3f3f3f88fc3f3f3f |
EUC-JP | ???蔭??? | 0011111100111111001111111011000011111110001111110011111100111111 | 3f3f3fb0fe3f3f3f |
UTF-8 | 溜븐쓻蔭띴슴說 | 111011111010011110001011111010111011100010010000111011001001001110111011111010001001010010101101111010111001110110110100111011001000101010110100111011111010011010100001 | efa78bebb890ec93bbe894adeb9db4ec8ab4efa6a1 |
UHC | 溜븐쓻蔭띴슴說 | 1110101011111110101110101110110010011101100101101110101111100011100011011110010010111101101111111110011011110010 | eafebaec9d96ebe38de4bdbfe6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)