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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???傭? | 001111110011111100111111100101110110001000111111 | 3f3f3f97623f |
EUC-JP | ???傭? | 001111110011111100111111110011011100001100111111 | 3f3f3fcdc33f |
UTF-8 | 廉얗옦傭튎 | 111011111010011010100010111011001001011010010111111011001001100010100110111001011000001010101101111011011000101010001110 | efa6a2ec9697ec98a6e582aded8a8e |
UHC | 廉얗옦傭튎 | 11100110111101011011111011101001100111101010011011101001101101101011101001000010 | e6f5bee99ea6e9b6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)