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 | ?擁?? | 0011111110010111011010010011111100111111 | 3f97693f3f |
EUC-JP | ?擁?? | 0011111111001101110010100011111100111111 | 3fcdca3f3f |
UTF-8 | 媤擁긢얅 | 111001011010101010100100111001101001001110000001111010101011100010100010111011001001011010000101 | e5aaa4e69381eab8a2ec9685 |
UHC | 媤擁긢얅 | 1110001110111000111010001011011010000011011001101001110111110100 | e3b8e8b683669df4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)