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 | 霑叱?豢迯譴 | 1110100010111111100011101011011000111111111001101011010011100111100011011110011010100010 | e8bf8eb63fe6b4e78de6a2 |
EUC-JP | 霑叱鉶豢迯譴 | 11110000110000011011110010111000100011111110001111110000111011001011011011101101111011011110110010100100 | f0c1bcb88fe3f0ecb6ededeca4 |
UTF-8 | 霑叱鉶豢迯譴 | 111010011001110010010001111001011000111110110001111010011000100110110110111010001011000110100010111010001011111110101111111010001010110110110100 | e99c91e58fb1e989b6e8b1a2e8bfafe8adb4 |
UHC | 霑叱???譴 | 111011111100010111110010111010100011111100111111001111111100110010111001 | efc5f2ea3f3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)