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 | ?釐ャ?悳ァ | 00111111111001111101100010000011100000110011111110011100011110111000001101000000 | 3fe7d883833f9c7b8340 |
EUC-JP | ?釐ャ?悳ァ | 00111111111011101101101010100101111000110011111111010111110111001010010110100001 | 3feedaa5e33fd7dca5a1 |
UTF-8 | 룵釐ャ룵悳ァ | 111010111010001110110101111010011000011110010000111000111000001110100011111010111010001110110101111001101000001010110011111000111000001010100001 | eba3b5e98790e383a3eba3b5e682b3e382a1 |
UHC | 룵釐ャ룵悳ァ | 100011111010101011010111111011011010101111100011100011111010101011010011111011011010101110100001 | 8faad7edabe38faad3edaba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)