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 | 爻牴}爻牴{^ | 1110000010101001111000001011000001111101111000001010100111100000101100000111101101011110 | e0a9e0b07de0a9e0b07b5e |
EUC-JP | 爻牴}爻牴{^ | 1110000010101011111000001011001001111101111000001010101111100000101100100111101101011110 | e0abe0b27de0abe0b27b5e |
UTF-8 | 爻牴}爻牴{^ | 111001111000100010111011111001111000100110110100011111011110011110001000101110111110011110001001101101000111101101011110 | e788bbe789b47de788bbe789b47b5e |
UHC | 爻?}爻?{^ | 111111011010000100111111011111011111110110100001001111110111101101011110 | fda13f7dfda13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)