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 | 霆溘醇峵 | 1110100010111011100111111110001110001111100001101111101010101110 | e8bb9fe38f86faae |
EUC-JP | 霆溘醇? | 11110000101111011101111011100101101111011110011000111111 | f0bddee5bde63f |
UTF-8 | 霆溘醇峵 | 111010011001110010000110111001101011101010011000111010011000011010000111111001011011001110110101 | e99c86e6ba98e98687e5b3b5 |
UHC | 霆?醇? | 111011111111110100111111111000101111010100111111 | effd3fe2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)