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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 屋??? | 1000100110101110001111110011111100111111 | 89ae3f3f3f |
EUC-JP | 屋??? | 1011001010110000001111110011111100111111 | b2b03f3f3f |
UTF-8 | 屋뀀툍劣 | 111001011011000110001011111010111000000010000000111011011000100010001101111011111010011010011101 | e5b18beb8080ed888defa69d |
UHC | 屋뀀툍劣 | 1110100010101001101100101110101110111000100001011110011011101011 | e8a9b2ebb885e6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)