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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊堪? | 1000100011001001100010101010110000111111 | 88c98aac3f |
EUC-JP | 伊堪? | 1011000011001011101101001010111000111111 | b0cbb4ae3f |
UTF-8 | 伊堪렊 | 111001001011110010001010111001011010000010101010111010111010000010001010 | e4bc8ae5a0aaeba08a |
UHC | 伊堪렊 | 111011001010010111001010111011011000111010100001 | eca5caed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)