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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鮨ャ竊底ケウ^ | 11101001101111011010110011100010100001101001001011101010101110011011001101011110 | e9bdace28692eab9b35e |
EUC-JP | 鮨ャ竊底ケウ^ | 11110010101111111000111010101100111000111110011011000100111011001000111010111001100011101011001101011110 | f2bf8eace3e6c4ec8eb98eb35e |
UTF-8 | 鮨ャ竊底ケウ^ | 11101001101011101010100011101111101111011010110011100111101010111000101011100101101110101001010111101111101111011011100111101111101111011011001101011110 | e9aea8efbdace7ab8ae5ba95efbdb9efbdb35e |
UHC | ??竊底??^ | 001111110011111111101111101111001110111010111100001111110011111101011110 | 3f3fefbceebc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)