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 | ?悳ヂ??ヂ | 001111111001110001111011100000110110000100111111001111111000001101100001 | 3f9c7b83613f3f8361 |
EUC-JP | ?悳ヂ??ヂ | 001111111101011111011100101001011100001000111111001111111010010111000010 | 3fd7dca5c23f3fa5c2 |
UTF-8 | 룵悳ヂ룶핊ヂ | 111010111010001110110101111001101000001010110011111000111000001110000010111010111010001110110110111011011001010110001010111000111000001110000010 | eba3b5e682b3e38382eba3b6ed958ae38382 |
UHC | 룵悳ヂ룶핊ヂ | 100011111010101011010011111011011010101111000010100011111010101111000000100011111010101111000010 | 8faad3edabc28fabc08fabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)