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 | 譚鍋鎗陋 | 1110011010011101100100111110011110010001100110011110100010011011 | e69d93e79199e89b |
EUC-JP | 譚鍋鎗陋 | 1110101111111101110001101110100111000001111110011110111111111011 | ebfdc6e9c1f9effb |
UTF-8 | 譚鍋鎗陋 | 111010001010110110011010111010011000110110001011111010011000111010010111111010011001100110001011 | e8ad9ae98d8be98e97e9998b |
UHC | 譚鍋?陋 | 11010011110010011100111010100111001111111101011110110000 | d3c9cea73fd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)