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 | 汀?億 | 1001001011110011001111111000100110101101 | 92f33f89ad |
EUC-JP | 汀?億 | 1100010011110101001111111011001010101111 | c4f53fb2af |
UTF-8 | 汀렗億 | 111001101011000110000000111010111010000010010111111001011000010010000100 | e6b180eba097e58484 |
UHC | 汀렗億 | 111011111110001010001110101011001110010111100010 | efe28eace5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)