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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押??濡?? | 1000100110011111001111110011111110010100010001110011111100111111 | 899f3f3f94473f3f |
EUC-JP | 押??濡?? | 1011001010100001001111110011111111000111101010000011111100111111 | b2a13f3fc7a83f3f |
UTF-8 | 押녿젪濡귛뀊 | 111001101000101010111100111010111000010110111111111011001010000010101010111001101011111110100001111010101011011110011011111010111000000010001010 | e68abceb85bfeca0aae6bfa1eab79beb808a |
UHC | 押녿젪濡귛뀊 | 111001001110001110000110111010111010000010100010111010111010000110000010111001011000010110000110 | e4e386eba0a2eba182e58586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)