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 | 陰??淫?? | 1000100101000001001111110011111110001000111110100011111100111111 | 89413f3f88fa3f3f |
EUC-JP | 陰??淫?? | 1011000110100010001111110011111110110000111111000011111100111111 | b1a23f3fb0fc3f3f |
UTF-8 | 陰뽰넖淫띠뀺 | 111010011001100110110000111010111011110110110000111010111000010010010110111001101011011110101011111010111001110110100000111010111000000010111010 | e999b0ebbdb0eb8496e6b7abeb9da0eb80ba |
UHC | 陰뽰넖淫띠뀺 | 111010111110010010010110111011001000011010011111111010111110001010110110111011001000010110110000 | ebe496ec869febe2b6ec85b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)