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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤??媛?? | 1000110011101011001111110011111110010101010100010011111100111111 | 8ceb3f3f95513f3f |
EUC-JP | 誤??媛?? | 1011100011101101001111110011111111001001101100100011111100111111 | b8ed3f3fc9b23f3f |
UTF-8 | 誤곸룆媛뺞쾯 | 111010001010101010100100111010101011001110111000111010111010001110000110111001011010101010011011111010111011101010011110111011001011111010101111 | e8aaa4eab3b8eba386e5aa9bebba9eecbeaf |
UHC | 誤곸룆媛뺞쾯 | 111010001010011010000001111011001000111110000101111010101011000010010101111001101011001010000110 | e8a681ec8f85eab095e6b286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)