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 | ?⑨?節√ | 0011111110000111010010000011111110010000110111111000000111100011 | 3f87483f90df81e3 |
EUC-JP | ???節√ | 00111111001111110011111111000000111000011010001011100101 | 3f3f3fc0e1a2e5 |
UTF-8 | 狀⑨풏節√ | 111011111010011110111010111000101001000110101000111011011001001010001111111001111010111110000000111000101000100010011010 | efa7bae291a8ed928fe7af80e2889a |
UHC | 狀⑨풏節√ | 11101101111011101010100011101111101111101001001111101111101111011010000111101110 | edeea8efbe93efbda1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)