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 | ??…裕 | 001111110011111110000001011000111001011101010100 | 3f3f81639754 |
EUC-JP | 艅?…裕 | 1000111111010110111111010011111110100001110001001100110110110101 | 8fd6fd3fa1c4cdb5 |
UTF-8 | 艅덈…裕 | 111010001000100110000101111010111000110110001000111000101000000010100110111010001010001110010101 | e88985eb8d88e280a6e8a395 |
UHC | 艅덈…裕 | 1110011010101001100010001110101110100001101001101110101110101110 | e6a988eba1a6ebae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)