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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??舵? | 0011111100111111100100011100011100111111 | 3f3f91c73f |
EUC-JP | ??舵? | 0011111100111111110000101100100100111111 | 3f3fc2c93f |
UTF-8 | 씨뤈舵켮 | 111011001001010010101000111010111010010010001000111010001000100010110101111011001011110010101110 | ec94a8eba488e888b5ecbcae |
UHC | 씨뤈舵켮 | 1011111010111110100011111011100011110110111011001011000101101000 | bebe8fb8f6ecb168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)