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 | 茹k?? | 111001001010010110000010100010110011111100111111 | e4a5828b3f3f |
EUC-JP | 茹k?? | 111010001010011110100011111010110011111100111111 | e8a7a3eb3f3f |
UTF-8 | 茹k젣料 | 111010001000110010111001111011111011110110001011111011001010000010100011111011111010011010111110 | e88cb9efbd8beca0a3efa6be |
UHC | 茹k젣料 | 1110011010101010101000111110101110100000100111001110100011110111 | e6aaa3eba09ce8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)