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 | 摯?恥? | 100111011001010100111111100100100111000000111111 | 9d953f92703f |
EUC-JP | 摯?恥? | 110110011111010100111111110000111101000100111111 | d9f53fc3d13f |
UTF-8 | 摯퀭恥뤈 | 111001101001000110101111111011011000000010101101111001101000000110100101111010111010010010001000 | e691afed80ade681a5eba488 |
UHC | 摯퀭恥뤈 | 1111001010100111110001001111101011110110101110111000111110111000 | f2a7c4faf6bb8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)