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 | 烏??陰?? | 1000100101000111001111110011111110001001010000010011111100111111 | 89473f3f89413f3f |
EUC-JP | 烏??陰?? | 1011000110101000001111110011111110110001101000100011111100111111 | b1a83f3fb1a23f3f |
UTF-8 | 烏숈녆陰뽭샒 | 111001111000001110001111111011001000100010001000111010111000010110000110111010011001100110110000111010111011110110101101111011001000001110010010 | e7838fec8888eb8586e999b0ebbdadec8392 |
UHC | 烏숈녆陰뽭샒 | 111010001010000110011001111011001000011010111101111010111110010010010110111010011001100010111111 | e8a199ec86bdebe496e998bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)