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 | x] | 100011110111100010011001010111011000001010001101 | 8f78995d828d |
SJIS-WIN | ?x?]?? | 001111110111100000111111010111010011111100111111 | 3f783f5d3f3f |
EUC-JP | ?x?]?? | 001111110111100000111111010111010011111100111111 | 3f783f5d3f3f |
UTF-8 | x] | 11000010100011110111100011000010100110010101110111000010100000101100001010001101 | c28f78c2995dc282c28d |
UHC | ?x?]?? | 001111110111100000111111010111010011111100111111 | 3f783f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)