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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 云私?云? | 1000100101011101100011101000010000111111100010010101110100111111 | 895d8e843f895d3f |
EUC-JP | 云私?云? | 1011000110111110101110111110010000111111101100011011111000111111 | b1bebbe43fb1be3f |
UTF-8 | 云私칸云대 | 111001001011101010010001111001111010011110000001111011001011100110111000111001001011101010010001111010111000110010000000 | e4ba91e7a781ecb9b8e4ba91eb8c80 |
UHC | 云私칸云대 | 11101001111101101101111011100111110001001010110111101001111101101011010011101011 | e9f6dee7c4ade9f6b4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)