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 | ??精瀨? | 00111111001111111001000010111000111110110101000000111111 | 3f3f90b8fb503f |
EUC-JP | 饔?精?? | 1000111111101000111011110011111111000000101110100011111100111111 | 8fe8ef3fc0ba3f3f |
UTF-8 | 饔렡精瀨쒸 | 111010011010010110010100111010111010000010100001111001111011001010111110111001111000000010101000111011001001001010111000 | e9a594eba0a1e7b2bee780a8ec92b8 |
UHC | 饔렡精瀨쒸 | 11101000101111011000111010110010111011111111000111010110111011101011111010101111 | e8bd8eb2eff1d6eebeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)