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 | 漆煆疾雫 | 111100011111100110001110101111011111101101010110100011101011111011110010101011011000111010110100 | f1f98ebdfb568ebef2ad8eb4 |
EUC-JP | ?漆煆疾?雫 | 0011111110111100101111111000111111001001111101001011110011000000001111111011110010110110 | 3fbcbf8fc9f4bcc03fbcb6 |
UTF-8 | 漆煆疾雫 | 111011101000010110110100111001101011110010000110111001111000010110000110111001111001011010111110111011101000011110100100111010011001101110101011 | ee85b4e6bc86e78586e796beee87a4e99bab |
UHC | ?漆?疾?? | 0011111111110110110101000011111111110010111100000011111100111111 | 3ff6d43ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)