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 | 鋿、螯ヲ雫 | 11111011110111001010010011100101101001101010011011110000101110111000111010110100 | fbdca4e5a6a6f0bb8eb4 |
EUC-JP | 鋿、螯ヲ?雫 | 100011111110010011010010100011101010010011101010101010001000111010100110001111111011110010110110 | 8fe4d28ea4eaa88ea63fbcb6 |
UTF-8 | 鋿、螯ヲ雫 | 111010011000101110111111111011111011110110100100111010001001111010101111111011111011110110100110111011101000000110111010111010011001101110101011 | e98bbfefbda4e89eafefbda6ee81bae99bab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)