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 | ???俄?? | 00111111001111110011111110001001111000100011111100111111 | 3f3f3f89e23f3f |
EUC-JP | ???俄?? | 00111111001111110011111110110010111001000011111100111111 | 3f3f3fb2e43f3f |
UTF-8 | 秊딇뢘俄덊뢓 | 111011111010011010010101111010111001010010000111111010111010001010011000111001001011111110000100111010111000110110001010111010111010001010010011 | efa695eb9487eba298e4bf84eb8d8aeba293 |
UHC | 秊딇뢘俄덊뢓 | 111001101101110010001010111011011000111101010011111001001010110110001000111011011000111101001110 | e6dc8aed8f53e4ad88ed8f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)