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 | 嚥〓?維?? | 100110101000101110000001101011000011111110001000110110110011111100111111 | 9a8b81ac3f88db3f3f |
EUC-JP | 嚥〓Œ維?? | 1101001111101011101000101010111010001111101010011010110110110000110111010011111100111111 | d3eba2ae8fa9adb0dd3f3f |
UTF-8 | 嚥〓Œ維귝퓴 | 1110010110011010101001011110001110000000100100111100010110010010111001111011011010101101111010101011011110011101111011011001001110110100 | e59aa5e38093c592e7b6adeab79ded93b4 |
UHC | 嚥〓Œ維귝퓴 | 111001101011111110100001111010111010100010101011111010111010101110000010111001101011111110011010 | e6bfa1eba8abebab82e6bf9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)