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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 﨟ク迺ス辟 | 1111101110011101101110001110011110010010101111011110011110000100 | fb9db8e792bde784 |
EUC-JP | ?ク迺ス辟 | 001111111000111010111000111011011111001010001110101111011110110111100100 | 3f8eb8edf28ebdede4 |
UTF-8 | 﨟ク迺ス辟 | 111011111010100010011111111011111011110110111000111010001011111110111010111011111011110110111101111010001011111010011111 | efa89fefbdb8e8bfbaefbdbde8be9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)