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 | 癲〓?椅?│ | 11100001100111111000000110101100001111111000100011010110001111111000010010100000 | e19f81ac3f88d63f84a0 |
EUC-JP | 癲〓?椅?│ | 11100010101000011010001010101110001111111011000011011000001111111010100010100010 | e2a1a2ae3fb0d83fa8a2 |
UTF-8 | 癲〓툙椅먲│ | 111001111001100110110010111000111000000010010011111011011000100010011001111001101010010010000101111010111010100010110010111000101001010010000010 | e799b2e38093ed8899e6a485eba8b2e29482 |
UHC | 癲〓툙椅먲│ | 111011111010011010100001111010111011100010010000111010111111010110010000111011111010011010100010 | efa6a1ebb890ebf590efa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)