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 | 癰??淫?? | 1110000110011110001111110011111110001000111110100011111100111111 | e19e3f3f88fa3f3f |
EUC-JP | 癰??淫?? | 1110000111111110001111110011111110110000111111000011111100111111 | e1fe3f3fb0fc3f3f |
UTF-8 | 癰꾥궚淫㎩댍 | 111001111001100110110000111010101011111010100101111010101011011010011010111001101011011110101011111000111000111010101001111010111000110010001101 | e799b0eabea5eab69ae6b7abe38ea9eb8c8d |
UHC | 癰꾥궚淫㎩댍 | 111010001011100110000100111010001000001010101111111010111110001010100111111001011000100010110110 | e8b984e882afebe2a7e588b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)