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 | 癲??逾? | 11100001100111110011111100111111111001111010010100111111 | e19f3f3fe7a53f |
EUC-JP | 癲??逾? | 11100010101000010011111100111111111011101010011100111111 | e2a13f3feea73f |
UTF-8 | 癲⑸뜄逾켃 | 111001111001100110110010111000101001000110111000111010111001110010000100111010011000000010111110111011001011110010000011 | e799b2e291b8eb9c84e980beecbc83 |
UHC | 癲⑸뜄逾켃 | 11101111101001101010100111101011100011011000100011101011101101011011000101000010 | efa6a9eb8d88ebb5b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)