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 | 郢夊。ー鉅・ | 111001111011100110011010111010001010000110110000111001111110100010100101 | e7b99ae8a1b0e7e8a5 |
EUC-JP | 郢夊。ー鉅・ | 111011101011101111010100111010101000111010100001100011101011000011101110111010101000111010100101 | eebbd4ea8ea18eb0eeea8ea5 |
UTF-8 | 郢夊。ー鉅・ | 111010011000001110100010111001011010010010001010111011111011110110100001111011111011110110110000111010011000100110000101111011111011110110100101 | e983a2e5a48aefbda1efbdb0e98985efbda5 |
UHC | ????鉅? | 00111111001111110011111100111111110010111110100100111111 | 3f3f3f3fcbe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)