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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A予 | 001111110011111100111111010000011001011101011100 | 3f3f3f41975c |
EUC-JP | ???A予 | 001111110011111100111111010000011100110110111101 | 3f3f3f41cdbd |
UTF-8 | 묯뫆뫋A予 | 11101011101011001010111111101011101010111000011011101011101010111000101101000001111001001011101010001000 | ebacafebab86ebab8b41e4ba88 |
UHC | 묯뫆뫋A予 | 100100100100011010010001101010011001000110101101010000011110010111111000 | 924691a991ad41e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)