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 | 予??唯?? | 1001011101011100001111110011111110010111010000100011111100111111 | 975c3f3f97423f3f |
EUC-JP | 予??唯?? | 1100110110111101001111110011111111001101101000110011111100111111 | cdbd3f3fcda33f3f |
UTF-8 | 予쀬떝唯끾슅 | 111001001011101010001000111011001000000010101100111010111001011010011101111001011001010010101111111010111000000110111110111011001000101010000101 | e4ba88ec80aceb969de594afeb81beec8a85 |
UHC | 予쀬떝唯끾슅 | 111001011111100010010111111011001000101110110011111010101110011010000101111001101001101010010111 | e5f897ec8bb3eae685e69a97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)