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 | ???節?ⅰ | 0011111100111111001111111001000011011111001111111111101001000000 | 3f3f3f90df3ffa40 |
EUC-JP | ???節?? | 00111111001111110011111111000000111000010011111100111111 | 3f3f3fc0e13f3f |
UTF-8 | 燎뤄쪔節됪ⅰ | 111011111010011110000000111010111010010010000100111011001010101010010100111001111010111110000000111010111001000010101010111000101000010110110000 | efa780eba484ecaa94e7af80eb90aae285b0 |
UHC | 燎뤄쪔節됪ⅰ | 111010001111101110110111111011111010010110001110111011111011110110001001111001101010010110100001 | e8fbb7efa58eefbd89e6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)