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 | ?邸??? | 001111111001001101000000001111110011111100111111 | 3f93403f3f3f |
EUC-JP | ?邸??? | 001111111100010110100001001111110011111100111111 | 3fc5a13f3f3f |
UTF-8 | 롔邸렒롙렰 | 111010111010000110010100111010011000001010111000111010111010000010010010111010111010000110011001111010111010000010110000 | eba194e982b8eba092eba199eba0b0 |
UHC | 롔邸렒롙렰 | 10001110110110001110111011010000100011101010011110001110110111011000111010111101 | 8ed8eed08ea78edd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)