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 | 堤??潘?? | 1001001011100111001111110011111111100000010011100011111100111111 | 92e73f3fe04e3f3f |
EUC-JP | 堤?邕潘?? | 11000100111010010011111110001111111000011110110111011111101011110011111100111111 | c4e93f8fe1eddfaf3f3f |
UTF-8 | 堤렚邕潘렮㎉ | 111001011010000010100100111010111010000010011010111010011000001010010101111001101011110110011000111010111010000010101110111000111000111010001001 | e5a0a4eba09ae98295e6bd98eba0aee38e89 |
UHC | 堤렚邕潘렮㎉ | 111100001010011110001110101011011110100010111011110110101110101110001110101110111010011110111011 | f0a78eade8bbdaeb8ebba7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)