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 | ??㎏傭 | 001111110011111110000111011100111001011101100010 | 3f3f87739762 |
EUC-JP | ???傭 | 0011111100111111001111111100110111000011 | 3f3f3fcdc3 |
UTF-8 | 溜꿨㎏傭 | 111011111010011110001011111010101011111110101000111000111000111010001111111001011000001010101101 | efa78beabfa8e38e8fe582ad |
UHC | 溜꿨㎏傭 | 1110101011111110101100101110010110100111101110001110100110110110 | eafeb2e5a7b8e9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)