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 | 邊ィ霎樒燬荳 | 1110011110110010101010001110100010111110100111101110011111100000100110111110010010111000 | e7b2a8e8be9ee7e09be4b8 |
EUC-JP | 邊ィ霎樒燬荳 | 111011101011010010001110101010001111000011000000110111001110100111011111111110111110100010111010 | eeb48ea8f0c0dce9dffbe8ba |
UTF-8 | 邊ィ霎樒燬荳 | 111010011000001010001010111011111011110110101000111010011001110010001110111001101010100010010010111001111000011110101100111010001000110110110011 | e9828aefbda8e99c8ee6a892e787ace88db3 |
UHC | 邊????荳 | 1101110010101011001111110011111100111111001111111101010011100101 | dcab3f3f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)