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 | 癲??椅ら? | 111000011001111100111111001111111000100011010110100000101110011100111111 | e19f3f3f88d682e73f |
EUC-JP | 癲??椅ら? | 111000101010000100111111001111111011000011011000101001001110100100111111 | e2a13f3fb0d8a4e93f |
UTF-8 | 癲잛뮆椅ら뇳 | 111001111001100110110010111011001001111010011011111010111010111010000110111001101010010010000101111000111000001010001001111010111000011110110011 | e799b2ec9e9bebae86e6a485e38289eb87b3 |
UHC | 癲잛뮆椅ら뇳 | 111011111010011010011111111011001001001010010101111010111111010110101010111010011000011110010111 | efa69fec9295ebf5aae98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)