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 | 倭??旬?? | 1001100001100000001111110011111110001111011110110011111100111111 | 98603f3f8f7b3f3f |
EUC-JP | 倭??旬?? | 1100111111000001001111110011111110111101110111000011111100111111 | cfc13f3fbddc3f3f |
UTF-8 | 倭몄뮆旬백뜮 | 111001011000000010101101111010111010101010000100111010111010111010000110111001101001011110101100111010111011000010110001111010111001110010101110 | e580adebaa84ebae86e697acebb0b1eb9cae |
UHC | 倭몄뮆旬백뜮 | 111010001101111010111000111011001001001010010101111000101110001010111001111010011000110110101110 | e8deb8ec9295e2e2b9e98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)