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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?挑涓? | 001111111001001010100111100111111011000000111111 | 3f92a79fb03f |
EUC-JP | ?挑涓? | 001111111100010010101001110111101011001000111111 | 3fc4a9deb23f |
UTF-8 | 룶挑涓룶 | 111010111010001110110110111001101000110010010001111001101011011010010011111010111010001110110110 | eba3b6e68c91e6b693eba3b6 |
UHC | 룶挑涓룶 | 1000111110101011110100111111101111100110110011111000111110101011 | 8fabd3fbe6cf8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)