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 | 訷å | 1110100010101000101101111110010110010110 | e8a8b7e596 |
SJIS-WIN | ?¨??? | 001111111000000101001110001111110011111100111111 | 3f814e3f3f3f |
EUC-JP | è¨?å? | 10001111101010111011001010100001101011110011111110001111101010111010100100111111 | 8fabb2a1af3f8faba93f |
UTF-8 | 訷å | 11000011101010001100001010101000110000101011011111000011101001011100001010010110 | c3a8c2a8c2b7c3a5c296 |
UHC | ?¨·?? | 00111111101000011010011110100001101001000011111100111111 | 3fa1a7a1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)