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 | 癰??彦?? | 1110000110011110001111110011111110010101010001100011111100111111 | e19e3f3f95463f3f |
EUC-JP | 癰??彦?? | 1110000111111110001111110011111111001001101001110011111100111111 | e1fe3f3fc9a73f3f |
UTF-8 | 癰꾢맔彦덅쳞 | 111001111001100110110000111010101011111010100010111010111010011110010100111001011011110110100110111010111000110110000101111011001011001110011110 | e799b0eabea2eba794e5bda6eb8d85ecb39e |
UHC | 癰꾢맔彦덅쳞 | 111010001011100110000100111001011001000010100110111001011110100110001000111010001010101110000100 | e8b984e590a6e5e988e8ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)