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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴨??幽?? | 1000101010011011001111110011111110010111010010000011111100111111 | 8a9b3f3f97483f3f |
EUC-JP | 鴨??幽?? | 1011001111111011001111110011111111001101101010010011111100111111 | b3fb3f3fcda93f3f |
UTF-8 | 鴨뱀궗幽길윋 | 111010011011010010101000111010111011000110000000111010101011011010010111111001011011100110111101111010101011100010111000111011001001110010001011 | e9b4a8ebb180eab697e5b9bdeab8b8ec9c8b |
UHC | 鴨뱀궗幽길윋 | 111001001110010110111001111011001000001010101100111010101110101110110001111001101001111110010011 | e4e5b9ec82aceaebb1e69f93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)