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 | ?Y?S}?Y?S{^ | 0011111101011001001111110101001101111101001111110101100100111111010100110111101101011110 | 3f593f537d3f593f537b5e |
SJIS-WIN | ?Y?S}?Y?S{^ | 0011111101011001001111110101001101111101001111110101100100111111010100110111101101011110 | 3f593f537d3f593f537b5e |
EUC-JP | ?Y?S}?Y?S{^ | 0011111101011001001111110101001101111101001111110101100100111111010100110111101101011110 | 3f593f537d3f593f537b5e |
UTF-8 | 챌Y챗S}챌Y챗S{^ | 11101100101100011000110001011001111011001011000110010111010100110111110111101100101100011000110001011001111011001011000110010111010100110111101101011110 | ecb18c59ecb197537decb18c59ecb197537b5e |
UHC | 챌Y챗S}챌Y챗S{^ | 110000111010011101011001110000111010101001010011011111011100001110100111010110011100001110101010010100110111101101011110 | c3a759c3aa537dc3a759c3aa537b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)