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 | 十??禦 | 100011110101110000111111001111111000101110011010 | 8f5c3f3f8b9a |
EUC-JP | 十??禦 | 101111011011110100111111001111111011010111111010 | bdbd3f3fb5fa |
UTF-8 | 十귟둈禦 | 111001011000110110000001111010101011011110011111111010111001000110001000111001111010011010100110 | e58d81eab79feb9188e7a6a6 |
UHC | 十귟둈禦 | 1110010010101000100000101110100010001010010001001110010111011101 | e4a882e88a44e5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)