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 | 窪?疫??傲 | 100011000100010100111111100010010111010100111111001111111001100011111100 | 8c453f89753f3f98fc |
EUC-JP | 窪?疫?瘙傲 | 1011011110100110001111111011000111010110001111111000111111001101111100001101000011111110 | b7a63fb1d63f8fcdf0d0fe |
UTF-8 | 窪찰疫뤊瘙傲 | 111001111010101010101010111011001011000010110000111001111001011010101011111010111010010010001010111001111001100010011001111001011000001010110010 | e7aaaaecb0b0e796abeba48ae79899e582b2 |
UHC | 窪찰疫뤊瘙傲 | 111010001100000111000010111110111110011010111001100011111011101011100001110001001110011111101100 | e8c1c2fbe6b98fbae1c4e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)