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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??磅??磅B | 001111110011111111100001111110100011111100111111111000011111101001000010 | 3f3fe1fa3f3fe1fa42 |
EUC-JP | ??磅??磅B | 001111110011111111100010111111000011111100111111111000101111110001000010 | 3f3fe2fc3f3fe2fc42 |
UTF-8 | 렻ㅔ磅렻ㅔ磅B | 11101011101000001011101111100011100001011001010011100111101000111000010111101011101000001011101111100011100001011001010011100111101000111000010101000010 | eba0bbe38594e7a385eba0bbe38594e7a38542 |
UHC | 렻ㅔ磅렻ㅔ磅B | 10001110110000111010010011000100110110111011011010001110110000111010010011000100110110111011011001000010 | 8ec3a4c4dbb68ec3a4c4dbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)