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 | 躍??? | 1001011011110100001111110011111100111111 | 96f43f3f3f |
EUC-JP | 躍??? | 1100110011110110001111110011111100111111 | ccf63f3f3f |
UTF-8 | 躍앫룜罹 | 111010001011101010001101111011001001010110101011111010111010001110011100111011111010011110100110 | e8ba8dec95abeba39cefa7a6 |
UHC | 躍앫룜罹 | 1110010110111000100111011110001110001111100110001110110010111010 | e5b89de38f98ecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)