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 | 裔????? | 11100101111000010011111100111111001111110011111100111111 | e5e13f3f3f3f3f |
EUC-JP | 裔????? | 11101010111000110011111100111111001111110011111100111111 | eae33f3f3f3f3f |
UTF-8 | 裔꾨젛吳븍젽 | 111010001010001110010100111010101011111010101000111011001010000010011011111001011001000010110011111010111011100010001101111011001010000010111101 | e8a394eabea8eca09be590b3ebb88deca0bd |
UHC | 裔꾨젛吳븍젽 | 111001111110000010000100111010111010000010010111111001111110111110111010111010111010000010101111 | e7e084eba097e7efbaeba0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)