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 | 躍λ?猶 | 10010110111101001000001111001001001111111001011101010000 | 96f483c93f9750 |
EUC-JP | 躍λ?猶 | 11001100111101101010011011001011001111111100110110110001 | ccf6a6cb3fcdb1 |
UTF-8 | 躍λ윪猶 | 1110100010111010100011011100111010111011111011001001110010101010111001111000110010110110 | e8ba8dcebbec9caae78cb6 |
UHC | 躍λ윪猶 | 1110010110111000101001011110101110011111101010011110101110100010 | e5b8a5eb9fa9eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)