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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?軒?? | 0011111110001100101011000011111100111111 | 3f8cac3f3f |
EUC-JP | ?軒?? | 0011111110111000101011100011111100111111 | 3fb8ae3f3f |
UTF-8 | 싵軒욨뎇 | 111011001000101110110101111010001011101110010010111011001001101010101000111010111000111010000111 | ec8bb5e8bb92ec9aa8eb8e87 |
UHC | 싵軒욨뎇 | 1001101011101110111110101100110110011111010000011000100101010101 | 9aeefacd9f418955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)