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 | ??ュ?純? | 0011111100111111100000111000010100111111100011111000001100111111 | 3f3f83853f8f833f |
EUC-JP | ??ュ?純? | 0011111100111111101001011110010100111111101111011110001100111111 | 3f3fa5e53fbde33f |
UTF-8 | 룵殺ュ룵純㈒ | 111010111010001110110101111011111010010110110000111000111000001110100101111010111010001110110101111001111011010010010100111000111000100010010010 | eba3b5efa5b0e383a5eba3b5e7b494e38892 |
UHC | 룵殺ュ룵純㈒ | 100011111010101011100001111011011010101111100101100011111010101011100010111011011010100111000011 | 8faae1edabe58faae2eda9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)