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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蓁帝ア育ォ | 1110010011101011100100101110100110110001100010001110011110101011 | e4eb92e9b188e7ab |
EUC-JP | 蓁帝ア育ォ | 11101000111011011100010011101011100011101011000110110000111010011000111010101011 | e8edc4eb8eb1b0e98eab |
UTF-8 | 蓁帝ア育ォ | 111010001001001110000001111001011011100010011101111011111011110110110001111010001000001010110010111011111011110110101011 | e89381e5b89defbdb1e882b2efbdab |
UHC | ?帝?育? | 00111111111100001010100000111111111010111100000000111111 | 3ff0a83febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)