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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 젊삼쿳}젊삼쿳{^ | 111011001010000010001010111011001000001010111100111011001011111110110011011111011110110010100000100010101110110010000010101111001110110010111111101100110111101101011110 | eca08aec82bcecbfb37deca08aec82bcecbfb37b5e |
UHC | 젊삼쿳}젊삼쿳{^ | 110000001111111010111011111011111100010011110011011111011100000011111110101110111110111111000100111100110111101101011110 | c0febbefc4f37dc0febbefc4f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)