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 | ?厓ぴ?冀あ | 00111111111110101000110110000010110100100011111110011001011000101000001010100000 | 3ffa8d82d23f996282a0 |
EUC-JP | ?厓ぴ?冀あ | 0011111110001111101101001100011110100100110101000011111111010001110000111010010010100010 | 3f8fb4c7a4d43fd1c3a4a2 |
UTF-8 | 룶厓ぴ룵冀あ | 111010111010001110110110111001011000111010010011111000111000000110110100111010111010001110110101111001011000011010000000111000111000000110000010 | eba3b6e58e93e381b4eba3b5e58680e38182 |
UHC | 룶厓ぴ룵冀あ | 100011111010101111100100111011011010101011010100100011111010101011010000111011011010101010100010 | 8fabe4edaad48faad0edaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)