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 | 誤??膺?? | 1000110011101011001111110011111111100100010111100011111100111111 | 8ceb3f3fe45e3f3f |
EUC-JP | 誤??膺?? | 1011100011101101001111110011111111100111101111110011111100111111 | b8ed3f3fe7bf3f3f |
UTF-8 | 誤곣뫓膺쀦씭 | 111010001010101010100100111010101011001110100011111010111010101110010011111010001000011010111010111011001000000010100110111011001001010010101101 | e8aaa4eab3a3ebab93e886baec80a6ec94ad |
UHC | 誤곣뫓膺쀦씭 | 111010001010011010000001111000101001000110110101111010111110110010010111111001101001110110111110 | e8a681e291b5ebec97e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)