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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 載豆? | 1000110111011010100100111010010000111111 | 8dda93a43f |
EUC-JP | 載豆? | 1011101011011100110001101010011000111111 | badcc6a63f |
UTF-8 | 載豆울 | 111010001011110010001001111010001011000110000110111011001001101010111000 | e8bc89e8b186ec9ab8 |
UHC | 載豆울 | 111011101011000011010100111001111011111111101111 | eeb0d4e7bfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)