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 | 循宿? | 1000111101111010100011110110100000111111 | 8f7a8f683f |
EUC-JP | 循宿? | 1011110111011011101111011100100100111111 | bddbbdc93f |
UTF-8 | 循宿롊 | 111001011011111010101010111001011010111010111111111010111010000110001010 | e5beaae5aebfeba18a |
UHC | 循宿롊 | 111000101110000011100010110101101000111011010000 | e2e0e2d68ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)