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 | 十??涯?? | 1000111101011100001111110011111110001010010101010011111100111111 | 8f5c3f3f8a553f3f |
EUC-JP | 十??涯?? | 1011110110111101001111110011111110110011101101100011111100111111 | bdbd3f3fb3b63f3f |
UTF-8 | 十딇뢔涯걦뢅 | 111001011000110110000001111010111001010010000111111010111010001010010100111001101011011010101111111010101011000110100110111010111010001010000101 | e58d81eb9487eba294e6b6afeab1a6eba285 |
UHC | 十딇뢔涯걦뢅 | 111001001010100010001010111011011000111101001111111001001111001110000001100011111000111101000001 | e4a88aed8f4fe4f3818f8f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)