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 | 韭コ驕や | 11101000111010101011101011101001100000011000001011100010 | e8eabae98182e2 |
EUC-JP | 韭コ驕や | 1111000011101100100011101011101011110001111000011010010011100100 | f0ec8ebaf1e1a4e4 |
UTF-8 | 韭コ驕や | 111010011001111110101101111011111011110110111010111010011010100110010101111000111000001010000100 | e99fadefbdbae9a995e38284 |
UHC | ??驕や | 001111110011111111001110111101101010101011100100 | 3f3fcef6aae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)