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 | 渦??秧?? | 1000100101010001001111110011111111100010010111100011111100111111 | 89513f3fe25e3f3f |
EUC-JP | 渦??秧?? | 1011000110110010001111110011111111100011101111110011111100111111 | b1b23f3fe3bf3f3f |
UTF-8 | 渦욤씩秧믤㉬ | 111001101011100010100110111011001001101010100100111011001001010010101001111001111010011110100111111010111010111110100100111000111000100110101100 | e6b8a6ec9aa4ec94a9e7a7a7ebafa4e389ac |
UHC | 渦욤씩秧믤㉬ | 111010001011111010111111111010001011111010111111111001001110101110010010111001101010100010111101 | e8bebfe8bebfe4eb92e6a8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)