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 | ?o?b}?o?b{^ | 0011111101101111001111110110001001111101001111110110111100111111011000100111101101011110 | 3f6f3f627d3f6f3f627b5e |
SJIS-WIN | ?o?b}?o?b{^ | 0011111101101111001111110110001001111101001111110110111100111111011000100111101101011110 | 3f6f3f627d3f6f3f627b5e |
EUC-JP | ?o?b}?o?b{^ | 0011111101101111001111110110001001111101001111110110111100111111011000100111101101011110 | 3f6f3f627d3f6f3f627b5e |
UTF-8 | 묪o묧b}묪o묧b{^ | 11101011101011001010101001101111111010111010110010100111011000100111110111101011101011001010101001101111111010111010110010100111011000100111101101011110 | ebacaa6febaca7627debacaa6febaca7627b5e |
UHC | 묪o묧b}묪o묧b{^ | 100100100100001001101111100100011111111001100010011111011001001001000010011011111001000111111110011000100111101101011110 | 92426f91fe627d92426f91fe627b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)