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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棚贈珈 | 100100100100100110010001101000011110000011011011 | 924991a1e0db |
EUC-JP | 棚贈珈 | 110000111010101011000010101000111110000011011101 | c3aac2a3e0dd |
UTF-8 | 棚贈珈 | 111001101010001110011010111010001011010010001000111001111000111110001000 | e6a39ae8b488e78f88 |
UHC | 棚贈? | 1101110111011100111100011111110000111111 | dddcf1fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)