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 | ???揖?? | 00111111001111110011111110010111010010110011111100111111 | 3f3f3f974b3f3f |
EUC-JP | 濚??揖?? | 100011111100100110100001001111110011111111001101101011000011111100111111 | 8fc9a13f3fcdac3f3f |
UTF-8 | 濚밤꺂揖멩꼫 | 111001101011111110011010111010111011000010100100111010101011101010000010111001101000111110010110111010111010100110101001111010101011110010101011 | e6bf9aebb0a4eaba82e68f96eba9a9eabcab |
UHC | 濚밤꺂揖멩꼫 | 111001111011100110111001111000111000001110101011111010111110011110111000111001101000010010001000 | e7b9b9e383abebe7b8e68488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)