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 | 霆゙諶エ蒔霆 | 11101000101110111101111011111011101010101011010010001110101010101110100010111011 | e8bbdefbaab48eaae8bb |
EUC-JP | 霆゙諶エ蒔霆 | 11110000101111011000111011011110100011111101111010110101100011101011010010111100101011001111000010111101 | f0bd8ede8fdeb58eb4bcacf0bd |
UTF-8 | 霆゙諶エ蒔霆 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110100111010001001001010010100111010011001110010000110 | e99c86efbe9ee8abb6efbdb4e89294e99c86 |
UHC | 霆?諶?蒔霆 | 11101111111111010011111111100100101001100011111111100011110010001110111111111101 | effd3fe4a63fe3c8effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)