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 | 渦c??? | 10001001010100011000001010000011001111110011111100111111 | 895182833f3f3f |
EUC-JP | 渦c??? | 10110001101100101010001111100011001111110011111100111111 | b1b2a3e33f3f3f |
UTF-8 | 渦c깿蓮쪩 | 111001101011100010100110111011111011110110000011111010101011100110111111111011111010011010011001111011001010101010101001 | e6b8a6efbd83eab9bfefa699ecaaa9 |
UHC | 渦c깿蓮쪩 | 11101000101111101010001111100011100000111010100011100110111001011010011001000010 | e8bea3e383a8e6e5a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)