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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傳?刀遠 | 10011001010000100011111110010011100000011000100110010011 | 99423f93818993 |
EUC-JP | 傳?刀遠 | 11010001101000110011111111000101111000011011000111110011 | d1a33fc5e1b1f3 |
UTF-8 | 傳대刀遠 | 111001011000001010110011111010111000110010000000111001011000100010000000111010011000000110100000 | e582b3eb8c80e58880e981a0 |
UHC | 傳대刀遠 | 1110111011101110101101001110101111010011111011111110101011000000 | eeeeb4ebd3efeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)