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 | ???循?? | 00111111001111110011111110001111011110100011111100111111 | 3f3f3f8f7a3f3f |
EUC-JP | 縯??循?? | 100011111101010011001011001111110011111110111101110110110011111100111111 | 8fd4cb3f3fbddb3f3f |
UTF-8 | 縯롡뫔循닷킊 | 111001111011100010101111111010111010000110100001111010111010101110010100111001011011111010101010111010111000101110110111111011011000001010001010 | e7b8afeba1a1ebab94e5beaaeb8bb7ed828a |
UHC | 縯롡뫔循닷킊 | 111001101110000010001110111000101001000110110110111000101110000010110100111001011011010010010110 | e6e08ee291b6e2e0b4e5b496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)