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 | 要ε?弱?? | 100101110111011010000011110000110011111110001110111000110011111100111111 | 977683c33f8ee33f3f |
EUC-JP | 要ε?弱?? | 110011011101011110100110110001010011111110111100111001010011111100111111 | cdd7a6c53fbce53f3f |
UTF-8 | 要ε칯弱딁튊 | 1110100010100110100000011100111010110101111011001011100110101111111001011011110010110001111010111001010010000001111011011000101010001010 | e8a681ceb5ecb9afe5bcb1eb9481ed8a8a |
UHC | 要ε칯弱딁튊 | 111010011010100110100101111001011010111110000010111001011011000010001010111001111011100110011110 | e9a9a5e5af82e5b08ae7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)