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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 酊?}酊?{^ | 111001111100001000111111011111011110011111000010001111110111101101011110 | e7c23f7de7c23f7b5e |
EUC-JP | 酊?}酊?{^ | 111011101100010000111111011111011110111011000100001111110111101101011110 | eec43f7deec43f7b5e |
UTF-8 | 酊탉}酊탉{^ | 111010011000010110001010111011011000001110001001011111011110100110000101100010101110110110000011100010010111101101011110 | e9858aed83897de9858aed83897b5e |
UHC | 酊탉}酊탉{^ | 1110111111111000110001011011110001111101111011111111100011000101101111000111101101011110 | eff8c5bc7deff8c5bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)