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 | 涯??十?? | 1000101001010101001111110011111110001111010111000011111100111111 | 8a553f3f8f5c3f3f |
EUC-JP | 涯??十?? | 1011001110110110001111110011111110111101101111010011111100111111 | b3b63f3fbdbd3f3f |
UTF-8 | 涯걦뢅十딇뢔 | 111001101011011010101111111010101011000110100110111010111010001010000101111001011000110110000001111010111001010010000111111010111010001010010100 | e6b6afeab1a6eba285e58d81eb9487eba294 |
UHC | 涯걦뢅十딇뢔 | 111001001111001110000001100011111000111101000001111001001010100010001010111011011000111101001111 | e4f3818f8f41e4a88aed8f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)