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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 持??舵? | 10001110100111010011111100111111100100011100011100111111 | 8e9d3f3f91c73f |
EUC-JP | 持??舵? | 10111011111111010011111100111111110000101100100100111111 | bbfd3f3fc2c93f |
UTF-8 | 持렜뤈舵폝 | 111001101000110010000001111010111010000010011100111010111010010010001000111010001000100010110101111011011000111110011101 | e68c81eba09ceba488e888b5ed8f9d |
UHC | 持렜뤈舵폝 | 11110010101001011000111010101110100011111011100011110110111011001011110101000110 | f2a58eae8fb8f6ecbd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)