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 | 帳??張?? | 1001001010100000001111110011111110010010101000110011111100111111 | 92a03f3f92a33f3f |
EUC-JP | 帳??張?? | 1100010010100010001111110011111111000100101001010011111100111111 | c4a23f3fc4a53f3f |
UTF-8 | 帳욅댚張⑶뮈 | 111001011011100010110011111011001001101010000101111010111000110010011010111001011011110010110101111000101001000110110110111010111010111010001000 | e5b8b3ec9a85eb8c9ae5bcb5e291b6ebae88 |
UHC | 帳욅댚張⑶뮈 | 111011011110001110011110111001111000100010111110111011011110010110101001111010011011100110111111 | ede39ee788beede5a9e9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)