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 | ??ゅ?悳ュ | 001111110011111110000010111000110011111110011100011110111000001110000101 | 3f3f82e33f9c7b8385 |
EUC-JP | ??ゅ?悳ュ | 001111110011111110100100111001010011111111010111110111001010010111100101 | 3f3fa4e53fd7dca5e5 |
UTF-8 | 룵殺ゅ룵悳ュ | 111010111010001110110101111011111010010110110000111000111000001010000101111010111010001110110101111001101000001010110011111000111000001110100101 | eba3b5efa5b0e38285eba3b5e682b3e383a5 |
UHC | 룵殺ゅ룵悳ュ | 100011111010101011100001111011011010101011100101100011111010101011010011111011011010101111100101 | 8faae1edaae58faad3edabe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)