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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迢手睡^ | 11100111100010111000111011101000100100001000011101011110 | e78b8ee890875e |
EUC-JP | 迢手睡^ | 11101101111010111011110011101010101111111110011101011110 | edebbceabfe75e |
UTF-8 | 迢手睡^ | 11101000101111111010001011100110100010011000101111100111100111011010000101011110 | e8bfa2e6898be79da15e |
UHC | ?手睡^ | 001111111110001010100010111000101011001001011110 | 3fe2a2e2b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)