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 | 予??膺?? | 1001011101011100001111110011111111100100010111100011111100111111 | 975c3f3fe45e3f3f |
EUC-JP | 予??膺?? | 1100110110111101001111110011111111100111101111110011111100111111 | cdbd3f3fe7bf3f3f |
UTF-8 | 予롫갭膺섉묾 | 111001001011101010001000111010111010000110101011111010101011000010101101111010001000011010111010111011001000010010001001111010111010110010111110 | e4ba88eba1abeab0ade886baec8489ebacbe |
UHC | 予롫갭膺섉묾 | 111001011111100010001110111010111011000010111000111010111110110010011000111001101011100110110010 | e5f88eebb0b8ebec98e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)