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 | 錚?儲豆?? | 111010000100001000111111100101101101011110010011101001000011111100111111 | e8423f96d793a43f3f |
EUC-JP | 錚?儲豆?? | 111011111010001100111111110011001101100111000110101001100011111100111111 | efa33fccd9c6a63f3f |
UTF-8 | 錚렟儲豆렩렋 | 111010011000110010011010111010111010000010011111111001011000010010110010111010001011000110000110111010111010000010101001111010111010000010001011 | e98c9aeba09fe584b2e8b186eba0a9eba08b |
UHC | 錚렟儲豆렩렋 | 111011101011011010001110101100001110111010111001110101001110011110001110101101111000111010100010 | eeb68eb0eeb9d4e78eb78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)