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 | 沃??膺?? | 1001011110000000001111110011111111100100010111100011111100111111 | 97803f3fe45e3f3f |
EUC-JP | 沃??膺?? | 1100110111100000001111110011111111100111101111110011111100111111 | cde03f3fe7bf3f3f |
UTF-8 | 沃ㅺ퍐膺쀧쳥 | 111001101011001010000011111000111000010110111010111011011000110110010000111010001000011010111010111011001000000010100111111011001011001110100101 | e6b283e385baed8d90e886baec80a7ecb3a5 |
UHC | 沃ㅺ퍐膺쀧쳥 | 111010001010101010100100111010101011101110000111111010111110110010010111111001111010101110001010 | e8aaa4eabb87ebec97e7ab8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)