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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 野??游?? | 1001011011101100001111110011111110011111111000000011111100111111 | 96ec3f3f9fe03f3f |
EUC-JP | 野??游?? | 1100110011101110001111110011111111011110111000100011111100111111 | ccee3f3fdee23f3f |
UTF-8 | 野⑸윇游⑷쉼 | 111010011000011110001110111000101001000110111000111011001001110010000111111001101011100010111000111000101001000110110111111011001000100110111100 | e9878ee291b8ec9c87e6b8b8e291b7ec89bc |
UHC | 野⑸윇游⑷쉼 | 111001011010111110101001111010111001111110010000111010101111110110101001111010101011110110110000 | e5afa9eb9f90eafda9eabdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)