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 | ???裕ユ? | 0011111100111111001111111001011101010100100000111000011000111111 | 3f3f3f975483863f |
EUC-JP | ???裕ユ? | 0011111100111111001111111100110110110101101001011110011000111111 | 3f3f3fcdb5a5e63f |
UTF-8 | 閱묐쑐裕ユ만 | 111010011001011010110001111010111010110010010000111011001001000110010000111010001010001110010101111000111000001110100110111010111010011110001100 | e996b1ebac90ec9190e8a395e383a6eba78c |
UHC | 閱묐쑐裕ユ만 | 111001101111001110010001111010111001110010101111111010111010111010101011111001101011100010111000 | e6f391eb9cafebaeabe6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)