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 | 筌??甸?ⅰ | 111000101010001100111111001111111001100110110010001111111111101001000000 | e2a33f3f99b23ffa40 |
EUC-JP | 筌??甸?? | 1110010010100101001111110011111111010010101101000011111100111111 | e4a53f3fd2b43f3f |
UTF-8 | 筌곗옲甸싨ⅰ | 111001111010110110001100111010101011001110010111111011001001100010110010111001111001010010111000111011001000101110101000111000101000010110110000 | e7ad8ceab397ec98b2e794b8ec8ba8e285b0 |
UHC | 筌곗옲甸싨ⅰ | 111011111010011110110000111011001001111010101101111011111010010010011010111001101010010110100001 | efa7b0ec9eadefa49ae6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)