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 | 蠇竺霓フ骼カ | 11111011101000011000111010110001111010001011110111001100111010011000111010110110 | fba18eb1e8bdcce98eb6 |
EUC-JP | ?竺霓フ骼カ | 0011111110111100101100111111000010111111100011101100110011110001111011101000111010110110 | 3fbcb3f0bf8eccf1ee8eb6 |
UTF-8 | 蠇竺霓フ骼カ | 111010001010000010000111111001111010101110111010111010011001110010010011111011111011111010001100111010011010101010111100111011111011110110110110 | e8a087e7abbae99c93efbe8ce9aabcefbdb6 |
UHC | ?竺霓??? | 0011111111110101111001111110011111100111001111110011111100111111 | 3ff5e7e7e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)