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 | ???牆ォ? | 0011111100111111001111111110000010101101100000110100100000111111 | 3f3f3fe0ad83483f |
EUC-JP | ???牆ォ? | 0011111100111111001111111110000010101111101001011010100100111111 | 3f3f3fe0afa5a93f |
UTF-8 | 룶괄룫牆ォ∼ | 111010111010001110110110111010101011010010000100111010111010001110101011111001111000100110000110111000111000001010101001111000101000100010111100 | eba3b6eab484eba3abe78986e382a9e288bc |
UHC | 룶괄룫牆ォ∼ | 100011111010101110110000111111011000111110100010111011011110110110101011101010011010000110101101 | 8fabb0fd8fa2ededaba9a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)