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 | ??ヂ?幾? | 0011111100111111100000110110000100111111100010101111010000111111 | 3f3f83613f8af43f |
EUC-JP | ??ヂ?幾? | 0011111100111111101001011100001000111111101101001111011000111111 | 3f3fa5c23fb4f63f |
UTF-8 | 룶혧ヂ룵幾씹 | 111010111010001110110110111011011001100010100111111000111000001110000010111010111010001110110101111001011011100110111110111011001001010010111001 | eba3b6ed98a7e38382eba3b5e5b9beec94b9 |
UHC | 룶혧ヂ룵幾씹 | 100011111010101111000010100011111010101111000010100011111010101011010000111110101011111011000011 | 8fabc28fabc28faad0fabec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)