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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 霆丞渕遲暖@h | 111010001011101110001111111001011001111110111010111001111010110110010010011001110100000001101000 | e8bb8fe59fbae7ad92674068 |
EUC-JP | 霆丞渕遲暖@h | 111100001011110110111110111001111101111010111100111011101010111111000011110010000100000001101000 | f0bdbee7debceeafc3c84068 |
UTF-8 | 霆丞渕遲暖@h | 1110100110011100100001101110010010111000100111101110011010111000100101011110100110000001101100101110011010011010100101100100000001101000 | e99c86e4b89ee6b895e981b2e69a964068 |
UHC | 霆丞?遲暖@h | 1110111111111101111000111010101000111111111100101100000011010001111011000100000001101000 | effde3aa3ff2c0d1ec4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)