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 | ???矮?? | 00111111001111110011111111100001111000100011111100111111 | 3f3f3fe1e23f3f |
EUC-JP | 縕??矮?? | 100011111101010011000010001111110011111111100010111001000011111100111111 | 8fd4c23f3fe2e43f3f |
UTF-8 | 縕롳숲矮쎾걗 | 111001111011100010010101111010111010000110110011111011001000100010110010111001111001111110101110111011001000111010111110111010101011000110010111 | e7b895eba1b3ec88b2e79faeec8ebeeab197 |
UHC | 縕롳숲矮쎾걗 | 111010001011001010001110111011111011110110100011111010001110000110011011111001011000000110000010 | e8b28eefbda3e8e19be58182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)