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 | 祭??絅?? | 1000110111010101001111110011111111100011010001000011111100111111 | 8dd53f3fe3443f3f |
EUC-JP | 祭??絅?? | 1011101011010111001111110011111111100101101001010011111100111111 | bad73f3fe5a53f3f |
UTF-8 | 祭재렟絅렰탓 | 111001111010010110101101111011001001111010101100111010111010000010011111111001111011010110000101111010111010000010110000111011011000001110010011 | e7a5adec9eaceba09fe7b585eba0b0ed8393 |
UHC | 祭재렟絅렰탓 | 111100001010111011000000111001111000111010110000110011001110011110001110101111011100010110111111 | f0aec0e78eb0cce78ebdc5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)