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{^ | 11101011101011001010101001011001111010111010110010101100010100110111110111101011101011001010101001011001111010111010110010101100010100110111101101011110 | ebacaa59ebacac537debacaa59ebacac537b5e |
UHC | 묪Y묬S}묪Y묬S{^ | 100100100100001001011001100100100100001101010011011111011001001001000010010110011001001001000011010100110111101101011110 | 9242599243537d9242599243537b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)