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 | ¼À¼Í¾¾¾ | 101111001100000010111100110011011000111010111110100011101011111010111110 | bcc0bccd8ebe8ebebe |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ?À?Í????? | 00111111100011111010101010100010001111111000111110101010101111110011111100111111001111110011111100111111 | 3f8faaa23f8faabf3f3f3f3f3f |
UTF-8 | ¼À¼Í¾¾¾ | 110000101011110011000011100000001100001010111100110000111000110111000010100011101100001010111110110000101000111011000010101111101100001010111110 | c2bcc380c2bcc38dc28ec2bec28ec2bec2be |
UHC | ¼?¼??¾?¾¾ | 1010100011111001001111111010100011111001001111110011111110101000111110100011111110101000111110101010100011111010 | a8f93fa8f93f3fa8fa3fa8faa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)