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 | ??精瀨?遇 | 001111110011111110010000101110001111101101010000001111111000101111110110 | 3f3f90b8fb503f8bf6 |
EUC-JP | 饔?精??遇 | 10001111111010001110111100111111110000001011101000111111001111111011011011111000 | 8fe8ef3fc0ba3f3fb6f8 |
UTF-8 | 饔렡精瀨쒸遇 | 111010011010010110010100111010111010000010100001111001111011001010111110111001111000000010101000111011001001001010111000111010011000000110000111 | e9a594eba0a1e7b2bee780a8ec92b8e98187 |
UHC | 饔렡精瀨쒸遇 | 111010001011110110001110101100101110111111110001110101101110111010111110101011111110100111100111 | e8bd8eb2eff1d6eebeafe9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)