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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚??瑗?? | 10001111110010011010000100111111001111111000111111001100110000000011111100111111 | 8fc9a13f3f8fccc03f3f |
UTF-8 | 濚뱀슆瑗뉛쫵 | 111001101011111110011010111010111011000110000000111011001000101010000110111001111001000110010111111010111000100110011011111011001010101110110101 | e6bf9aebb180ec8a86e79197eb899becabb5 |
UHC | 濚뱀슆瑗뉛쫵 | 111001111011100110111001111011001001101010011000111010101011110010000111111011111010011010001100 | e7b9b9ec9a98eabc87efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)