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 | ?嵩???ご | 0011111110010000100100110011111100111111001111111000001010110010 | 3f90933f3f3f82b2 |
EUC-JP | ?嵩鋌??ご | 00111111101111111111001110001111111001001011101100111111001111111010010010110100 | 3fbff38fe4bb3f3fa4b4 |
UTF-8 | 룶嵩鋌룶츕ご | 111010111010001110110110111001011011010110101001111010011000101110001100111010111010001110110110111011001011100010010101111000111000000110010100 | eba3b6e5b5a9e98b8ceba3b6ecb895e38194 |
UHC | 룶嵩鋌룶츕ご | 100011111010101111100011101000011110111111111011100011111010101110101110100011111010101010110100 | 8fabe3a1effb8fabae8faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)