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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??茵? | 11100001100111110011111100111111111001001001111100111111 | e19f3f3fe49f3f |
EUC-JP | 癲??茵? | 11100010101000010011111100111111111010001010000100111111 | e2a13f3fe8a13f |
UTF-8 | 癲몃돂茵뇀 | 111001111001100110110010111010111010101010000011111010111000111110000010111010001000110010110101111010111000011110000000 | e799b2ebaa83eb8f82e88cb5eb8780 |
UHC | 癲몃돂茵뇀 | 11101111101001101011100011101011100010011001010111101100111000001000011101101000 | efa6b8eb8995ece08768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)