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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 宍鍾テイセ | 1111000011111100100011101011001110001111110111111100001110110010111100001110110010111110 | f0fc8eb38fdfc3b2f0ecbe |
EUC-JP | ?宍鍾テイ?セ | 001111111011110010110101101111101110000110001110110000111000111010110010001111111000111010111110 | 3fbcb5bee18ec38eb23f8ebe |
UTF-8 | 宍鍾テイセ | 111011101000001010111011111001011010111010001101111010011000110110111110111011111011111010000011111011111011110110110010111011101000001010101011111011111011110110111110 | ee82bbe5ae8de98dbeefbe83efbdb2ee82abefbdbe |
UHC | ??鍾???? | 0011111100111111111100011010001100111111001111110011111100111111 | 3f3ff1a33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)