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 | ?純チ?悳モ | 00111111100011111000001110000011011000000011111110011100011110111000001110000010 | 3f8f8383603f9c7b8382 |
EUC-JP | ?純チ?悳モ | 00111111101111011110001110100101110000010011111111010111110111001010010111100010 | 3fbde3a5c13fd7dca5e2 |
UTF-8 | 룶純チ룵悳モ | 111010111010001110110110111001111011010010010100111000111000001110000001111010111010001110110101111001101000001010110011111000111000001110100010 | eba3b6e7b494e38381eba3b5e682b3e383a2 |
UHC | 룶純チ룵悳モ | 100011111010101111100010111011011010101111000001100011111010101011010011111011011010101111100010 | 8fabe2edabc18faad3edabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)