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 | 罌??柚?? | 1110001110100000001111110011111110010111010011010011111100111111 | e3a03f3f974d3f3f |
EUC-JP | 罌??柚?? | 1110011010100010001111110011111111001101101011100011111100111111 | e6a23f3fcdae3f3f |
UTF-8 | 罌븐꼪柚삣푻 | 111001111011110110001100111010111011100010010000111010101011110010101010111001101001111110011010111011001000001010100011111011011001000110111011 | e7bd8cebb890eabcaae69f9aec82a3ed91bb |
UHC | 罌븐꼪柚삣푻 | 111001011010001010111010111011001000010010000111111010101111011010111011111001011011111010000111 | e5a2baec8487eaf6bbe5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)