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 | 絶????敖 | 1001000011100010001111110011111100111111001111111001110111000010 | 90e23f3f3f3f9dc2 |
EUC-JP | 絶???琯敖 | 11000000111001000011111100111111001111111000111111001100101100111101101011000100 | c0e43f3f3f8fccb3dac4 |
UTF-8 | 絶궽든뮥琯敖 | 111001111011010110110110111010101011011010111101111010111001001110100000111010111010111010100101111001111001000010101111111001101001010110010110 | e7b5b6eab6bdeb93a0ebaea5e790afe69596 |
UHC | 絶궽든뮥琯敖 | 111011111011111010000010110011101011010111100111100100101011000011001110101101011110011111111001 | efbe82ceb5e792b0ceb5e7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)